func context.parentCancelCtx
3 uses
context (current package)
context.go#L376: func parentCancelCtx(parent Context) (*cancelCtx, bool) {
context.go#L398: p, ok := parentCancelCtx(parent)
context.go#L482: if p, ok := parentCancelCtx(parent); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)